runtime.g.stktopsp (field)
9 uses
runtime (current package)
proc.go#L1904: gp.stktopsp = gp.sched.sp
proc.go#L4107: newg.stktopsp = sp
runtime2.go#L423: stktopsp uintptr // expected sp at top of stack, to check in traceback
signal_unix.go#L469: g.m.gsignal.stktopsp = getcallersp()
signal_unix.go#L1279: old.stktopsp = g.m.gsignal.stktopsp
signal_unix.go#L1297: gp.stktopsp = st.stktopsp
stack.go#L927: gp.stktopsp += adjinfo.delta
traceback.go#L547: if callback != nil && n < max && frame.sp != gp.stktopsp {
traceback.go#L548: print("runtime: g", gp.goid, ": frame.sp=", hex(frame.sp), " top=", hex(gp.stktopsp), "\n")
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)